home *** CD-ROM | disk | FTP | other *** search
-
- # These are for the http:// recognition
-
- #ID_FirstChar A-Za-z_
- ID_Middle A-Za-z_0-9./~+\-:?%@#
- #ID_LastChar $%
-
- SyntaxWords Group1 StartOfLine EndOfLine nocase
- > :
- End
-
- SyntaxWords Group2 StartOfLine EndOfLine nocase
- From: To: Subject:
- End
-
- SyntaxWords Group3 StartOfLine EndOfLine nocase
- Path: Newsgroups: Date: Organization: Lines X- References:
- Mime-Version: Content-Type: NNTP-Posting-Host: Message-ID:
- Distribution: Originator:
- End
-
-
- SyntaxWords Group4 EndOfID nocase
- http:// ftp:// mailto: telnet://
- End
-
- #------------------------------------------------
-
- Search
- http "http://" | "ftp://" | "mailto:" | "telnet://" {'A-Za-z_0-9./~+\-:?#@'}+
- blankline {' '} > Any
- End
-
- ClickList
- http BroadcastURL("<tmp$word>")
- End
-
- #------------------------------------------------
-
- KeyList
- ^R Rot13()
- End
-
- Functions
-
- Key ⇧F2
- Menu Subjects ⇧F2
- Icon lof
- Select ListOfFound ("Subject:",Text,After,Line,Case)
-
- Key ⇧PgUp
- Icon up
- Select ListOfFound ("Subject:",Text,,Line,Case,GotoPrev)
-
- Key ⇧PgDown
- Icon down
- Select ListOfFound ("Subject:",Text,,Line,Case,GotoNext) Position(Top,4)
-
- Menu From
- Select ListOfFound ("From:" ,Text,After,Line,Case)
-
- ICON wrap
- key ^P
- Select Replace (_wrap,_rwrap,,Noline)
- Help Wraps the current paragraph or the selected text.
-
- key ^⇧P
- Adjust Replace (_wrap,_rwrap,text,Noline)
-
- ICON unwrap
- key ^U
- Select unwrap(,70)
- Help Unwraps the current paragraph or the selected text.
-
- key ^⇧U
- Adjust unwrap(text,70)
-
- Icon sm!news
- Select Startoftext ListOfFound(blankline,text,,line,case,gotonext) BlockClear BlockMark_Standard EndofText BlockMark_Standard unwrap(block,70) BlockClear StartOftext killview
- Help Formats the selected text to 70 chars, saves it and kills the window.
-
- Adjust ListOfFound(blankline,text,,line,case,gotonext)
-
- ⇧Adjust unwrap(block,70)
-
- End